home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / August 96 / Re FW_CString.2 < prev    next >
Encoding:
Internet Message Format  |  1996-08-20  |  646 b   |  [TEXT/ttxt]

  1. Subject:     Re: FW_CString
  2. Sent:        8/20/96 9:11 AM
  3. Received:    8/20/96 9:18 AM
  4. From:        Kirk Swenson, kswenson@keypress.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >There does not appear to be a coversion for FW_CString to and from a
  9. >pascal string.  Why is that?  After all this is the Mac!
  10. >
  11. >Walter
  12.  
  13. For import:
  14. inline void FW_CString::ReplaceAll(const FW_PascalChar* string)
  15.  
  16. For export:
  17. inline void FW_CString::ExportPascal(FW_PascalChar* buffer) const
  18.  
  19. Kirk Swenson
  20. Senior Software Engineer
  21. Key Curriculum Press
  22. kswenson@keypress.com
  23.  
  24.  
  25.